projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cc8256
)
* test/src/comp-tests.el (comp-tests-bootstrap): Tag it as expensive.
author
Andrea Corallo
<akrl@sdf.org>
Thu, 1 Oct 2020 16:04:00 +0000
(18:04 +0200)
committer
Andrea Corallo
<akrl@sdf.org>
Thu, 1 Oct 2020 16:04:00 +0000
(18:04 +0200)
test/src/comp-tests.el
patch
|
blob
|
history
diff --git
a/test/src/comp-tests.el
b/test/src/comp-tests.el
index 356bd876ffb6d91c11069b96cb9e4f1677833fef..f76afdbf1ce8402ece62ab8dcc1b4deaa5f9542c 100644
(file)
--- a/
test/src/comp-tests.el
+++ b/
test/src/comp-tests.el
@@
-46,6
+46,7
@@
(ert-deftest comp-tests-bootstrap ()
"Compile the compiler and load it to compile it-self.
Check that the resulting binaries do not differ."
+ :tags '(:expensive-test)
(let* ((comp-src (concat comp-test-directory
"../../lisp/emacs-lisp/comp.el"))
(comp1-src (make-temp-file "stage1-" nil ".el"))